home *** CD-ROM | disk | FTP | other *** search
/ Univers Mac Interactif 42 / Univers Mac Interactif - Issue 42.iso / >interactif / Démos Voyager / WWIN.DIR / 00021_Script_21 < prev    next >
Text File  |  1994-10-20  |  136b  |  7 lines

  1. on exitFrame
  2.   if soundBusy(1) then go to frame "Run2"
  3.   else 
  4.     go to frame "roadStart"
  5.     puppetSprite 18, false
  6.   end if
  7. end